Delphi Developer's Guide to XML
Chapter 6 - Extensible Stylesheet Language and Transformations

Previous   Next   Listings

This stylesheet example generates HTML from a specific type of XML document. It includes a template approach to the processing, lists and sorting, conditional processing, XSL function calls, and XPath expressions for selection.

movie-watcher.xsl   An XSL transformation that displays the movie-watcher data in HTML format, complete with links between the various sections.
movie-watcher-mono.xsl   A copy of the above XSL transformation that does not use templates, but has a single, monolithic, transformation instead.

Zipped Files

Delphi Developer's Guide to XML © 2003, Keith Wood Previous   Next   Listings